The 'DataGridGetCellData' function gets the data of specified cell of DataGrid object.
string @DataGridGetCellData(string class_name, int cell_x, int cell_y);
Parameters
string class_name : Class name of DataGrid object.
int cell_x : x-coordinate index.
int cell_y : y-coordinate index.
Return Value
It returns the data of specified cell.
Version Information
Supported Version: